MifareSectorRequest

data class MifareSectorRequest(val mifareSectors: List<MifareSectorData>, val isBlockDataGlobalIndexed: Boolean) : Parcelable

The data holder for a mifare sector transaction. It will contain the data required for the mifare sector read/write.

Constructors

Link copied to clipboard
constructor(mifareSectors: List<MifareSectorData>, isBlockDataGlobalIndexed: Boolean)

Properties

Link copied to clipboard

if the block indexes provided in the mifare sector data MifareBlockData.blockIndex are global indexes or are reset for each sector.

Link copied to clipboard

The list of sectors that will be read from or written to

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)